how to filter css red

49

.text {
    background: rgba(0,0,0,.9);
    backdrop-filter: grayscale(1) contrast(3) blur(1px);
}

Comments

Submit
0 Comments